Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update python-semantic-release/python-semantic-release action to v8.7.2 - autoclosed #24

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
python-semantic-release/python-semantic-release action minor v8.3.0 -> v8.7.2

Release Notes

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v8.7.2

Compare Source

Build
  • build(deps-dev): bump ruff from 0.1.8 to 0.1.11 (#​792)

Bumps ruff from 0.1.8 to 0.1.11.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (6835fca)

Fix
  • fix(lint): correct linter errors (c9556b0)

v8.7.1

Compare Source

Documentation
  • docs(contributing): add docs-build, testing conf, & build instructions (#​787) (011b072)

  • docs(configuration): change defaults definition of token default to table (#​786) (df1df0d)

  • docs: add note on default envvar behaviour (#​780) (0b07cae)

Fix
  • fix(cli-generate-config): ensure configuration types are always toml parsable (#​785) (758e649)
Style
Test
  • test(infrastructure): refactor test fixtures & configuration for higher resiliency (#​773) (d6c4ae0)

v8.7.0

Compare Source

Feature
  • feat(config): enable default environment token per hvcs (#​774) (26528eb)
Style

v8.6.0

Compare Source

Documentation
  • docs: minor correction to commit-parsing documentation (#​777) (245e878)
Feature
  • feat(utils): expand parsable valid git remote url formats (#​771)

Git remote url parsing now supports additional formats (ssh, https, file, git) (cf75f23)

Style

v8.5.2

Compare Source

Build
  • build(deps-dev): bump ruff from 0.1.7 to 0.1.8 (#​775)

Bumps ruff from 0.1.7 to 0.1.8.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (5efda8a)

  • build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (#​769)

  • build(deps-dev): bump ruff from 0.1.6 to 0.1.7

Bumps ruff from 0.1.6 to 0.1.7.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]>

  • ci: remove hardcoded ruff version in workflows

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>
Co-authored-by: Bernard Cooke <[email protected]> (c48c3b3)

Fix
  • fix(cli): gracefully output configuration validation errors (#​772)

  • test(fixtures): update example project workflow & add config modifier

  • test(cli-main): add test for raw config validation error

  • fix(cli): gracefully output configuration validation errors (e8c9d51)

Style

v8.5.1

Compare Source

Documentation
  • docs(configuration): adjust wording and improve clarity (#​766)

  • docs(configuration): fix typo in text

  • docs(configuration): adjust wording and improve clarity (6b2fc8c)

Fix
  • fix(config): gracefully fail when repo is in a detached HEAD state (#​765)

  • fix(config): cleanly handle repository in detached HEAD state

  • test(cli-main): add detached head cli test (ac4f9aa)

  • fix(cmd-version): handle committing of git-ignored file gracefully (#​764)

  • fix(version): only commit non git-ignored files during version commit

  • test(version): set version file as ignored file

Tweaks tests to use one committed change file and the version file
as an ignored change file. This allows us to verify that our commit
mechanism does not crash if a file that is changed is ignored by user (ea89fa7)

Style

v8.5.0

Compare Source

Feature
  • feat: allow template directories to contain a '.' at the top-level (#​762) (07b232a)

v8.4.0

Compare Source

Build
  • build(deps-dev): bump ruff from 0.1.2 to 0.1.6 (#​757)

Bumps ruff from 0.1.2 to 0.1.6.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (90db8f1)

  • build(deps-dev): update python-gitlab requirement from <4,>=2 to >=2,<5 (#​748)

Updates the requirements on python-gitlab to permit the latest version.


updated-dependencies:

  • dependency-name: python-gitlab
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (a176d62)

  • build(deps-dev): bump ruff from 0.0.292 to 0.1.1 (9c5bbe0)
Documentation
  • docs(migration): fix comments about publish command (#​747) (90380d7)
Feature
  • feat(cmd-version): add --tag/--no-tag option to version command (#​752)

  • fix(version): separate push tags from commit push when not committing changes

  • feat(version): add --no-tag option to turn off tag creation

  • test(version): add test for --tag option & --no-tag/commit

  • docs(commands): update version subcommand options (de6b9ad)

Style
Test
  • test(commandline-main): prevent git gpgsign config from failing tests (#​760) (744ff25)
Unknown
  • Revert "feat(action): use composite action for semantic release (#​692)"

This reverts commit 4648d87. (f145257)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from raddessi as a code owner January 29, 2024 03:59
@renovate renovate bot changed the title Update python-semantic-release/python-semantic-release action to v8.7.2 chore(deps): update python-semantic-release/python-semantic-release action to v8.7.2 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/python-semantic-release-python-semantic-release-8.x branch from 2d5548f to 1da2213 Compare January 29, 2024 16:53
Copy link
Owner

@raddessi raddessi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semantic-release greater than 8.3.0 has issues with poetry, wait for python-semantic-release/python-semantic-release#723 to be resolved

@raddessi raddessi marked this pull request as draft February 1, 2024 07:45
@renovate renovate bot changed the title chore(deps): update python-semantic-release/python-semantic-release action to v8.7.2 chore(deps): update python-semantic-release/python-semantic-release action to v8.7.2 - autoclosed Feb 6, 2024
@renovate renovate bot closed this Feb 6, 2024
@renovate renovate bot deleted the renovate/python-semantic-release-python-semantic-release-8.x branch February 6, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant